怎样将百度空间的"其它"模板变透明?

来源:百度知道 编辑:UC知道 时间:2024/05/18 14:27:10
是在#comm_info中添加background:transparent吗?可是这样无效的.
请各位高手帮帮忙!~
好吧..我再等一天...原来一个高手都没有..
还是有就是不帮我啊?...自私..哼.
不管了..今天一过我就撤消它.

background:transparent} 这是显示全部透明的命令,最前面添加目标即可。
比如:
#m_blog{filter:alpha(opacity=80);-moz-opacity:0.8;width:auto !important;width:100%}
原为博客文章区域透明度80%
现改为博客文章区域全部透明,则:#m_blog{background:transparent}
以此类推...

CSS的透明命令为:{background:transparent}
在它前面加入需要做透明处理的栏目即可:
#tab,.stage,#comm_info,#m_pro,#m_blog,#m_album,#m_links,#m_artclg,#m_comment{background:transparent}